From: Jim Blandy Date: Wed, 26 May 1993 23:08:55 +0000 (+0000) Subject: * s/hpux8.h (LIB_X11_LIB, C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM, X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95911 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c12710e962f40ef17c65672c1b78c762ce2a8ed1;p=emacs.git * s/hpux8.h (LIB_X11_LIB, C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM, LD_SWITCH_SYSTEM, OLDXMENU_OPTIONS): Add X11R5 directories to the search paths in these lists; they shouldn't do any harm if they don't have X11R5. --- diff --git a/src/s/hpux8.h b/src/s/hpux8.h index e49dcd6800c..5e024722c07 100644 --- a/src/s/hpux8.h +++ b/src/s/hpux8.h @@ -8,23 +8,23 @@ #define HPUX8 -#define LIB_X11_LIB -L/usr/lib/X11R4 -lX11 -#define C_SWITCH_SYSTEM -I/usr/include/X11R4 +#define LIB_X11_LIB -L/usr/lib/X11R5 -L/usr/lib/X11R4 -lX11 +#define C_SWITCH_SYSTEM -I/usr/lib/X11R5 -I/usr/include/X11R4 /* Don't use shared libraries. unexec doesn't handle them. Note GCC automatically passes -a archive to ld, and it has its own conflicting -a. */ #ifdef __GNUC__ -#define LD_SWITCH_SYSTEM -L/usr/lib/X11R4 -Xlinker -a -Xlinker archive +#define LD_SWITCH_SYSTEM -L/usr/lib/X11R5 -L/usr/lib/X11R4 -Xlinker -a -Xlinker archive /* No need to specify roundabout way of linking temacs. */ #define ORDINARY_LINK #else -#define LD_SWITCH_SYSTEM -a archive -L/usr/lib/X11R4 +#define LD_SWITCH_SYSTEM -a archive -L/usr/lib/X11R5 -L/usr/lib/X11R4 #endif /* Specify compiler options for compiling oldXMenu. */ -#define OLDXMENU_OPTIONS CFLAGS=-I/usr/include/X11R4 +#define OLDXMENU_OPTIONS CFLAGS=-I/usr/include/X11R5 -I/usr/include/X11R4 /* Some hpux 8 machines seem to have TIOCGWINSZ, and none have sioctl.h, so might as well define this. */